// Psychosis by Demonseed
// Vers.  1.4
// Based on:
// Swirl Your Mind

Aspc=1,



A0=".5",        // Swirl x pos
A1="0",         // Swirl y pos
A2="(-1)*.5",   
A3="0",


D0=".021* ( ( sqrt( sqr( y - a1 ) + sqr( x - a0 ) ) +.17 ) ^ a2 )",


srcR="r     - ( y - a1 ) * d0 - ( y - a3 ) * d0",
srcT="theta + ( x - a0 ) * d0 + ( x - a2 ) * d0",


Vers=100
